projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c95087c
)
colorswatch: Remove unused constant
author
Timm Bäder
<mail@baedert.org>
Mon, 1 Feb 2016 14:15:56 +0000
(15:15 +0100)
committer
Timm Bäder
<mail@baedert.org>
Thu, 4 Feb 2016 12:32:34 +0000
(13:32 +0100)
gtk/gtkcolorswatch.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcolorswatch.c
b/gtk/gtkcolorswatch.c
index 8d1b6089d26a20c42318035879b2f2c6224e77ec..ff4b8b2fd29a593aec0dee781797c42d9401c887 100644
(file)
--- a/
gtk/gtkcolorswatch.c
+++ b/
gtk/gtkcolorswatch.c
@@
-97,7
+97,6
@@
swatch_draw (GtkWidget *widget,
}
#define INTENSITY(r, g, b) ((r) * 0.30 + (g) * 0.59 + (b) * 0.11)
-#define PIXBUF_SIZE 16
static gboolean
gtk_color_swatch_render (GtkCssGadget *gadget,